Next: Cryptographic operations on files, Previous: Key management, Up: Commands [Contents][Index]
Decrypt the current region between start and end. It replaces the region with the decrypted text.
Decrypt OpenPGP armors in the current region between
start and end. The difference from
epa-decrypt-region is that
epa-decrypt-armor-in-region searches armors in
the region and applies epa-decrypt-region to
each of them. That is, this command does not alter the
original text around armors.
Verify the current region between start and end. It sends the verification result to the minibuffer or a popup window. It replaces the region with the signed text.
Verify OpenPGP cleartext blocks in the current region
between start and end. The difference
from epa-verify-region is that
epa-verify-cleartext-in-region searches OpenPGP
cleartext blocks in the region and applies
epa-verify-region to each of them. That is, this
command does not alter the original text around OpenPGP
cleartext blocks.
Sign the current region between start and end. By default, it creates a cleartext signature. If a prefix argument is given, it will let you select signing keys, and then a signature type.
Encrypt the current region between start and end. It will let you select recipients. If a prefix argument is given, it will also ask you whether or not to sign the text before encryption and if you answered yes, it will let you select the signing keys.
Next: Cryptographic operations on files, Previous: Key management, Up: Commands [Contents][Index]